home *** CD-ROM | disk | FTP | other *** search
- Path: news.cstone.net!usenet
- From: scottv@cstone.net (Scott)
- Newsgroups: comp.lang.c++
- Subject: Re: WAVE format conversion
- Date: 10 Feb 1996 23:43:51 GMT
- Organization: Cornerstone Networks - Pure Internet!
- Message-ID: <4fjajn$umi@dot.cstone.net>
- References: <311827B2.3D57@supernet.ab.ca>
- NNTP-Posting-Host: dialin8.cstone.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- In article <311827B2.3D57@supernet.ab.ca>, kev-falk@supernet.ab.ca says...
- >
- >Does anyone know of a function to read a wave file and
- >convert it into its numeric values?
- >
- >I am using Borland C++ 4.0 and would like to create a
- >function to convert WAVE files to a non standard format.
- >
- >Please reply here and to my E-Mail
- >kev-falk@supernet.ab.ca
-
- Check with the Multimedia documentation that Microsoft has put out. You
- probably will want to read the information in RIFF chunks. There are a
- series of APIs that will allow you to read in the information from the WAVE
- file...then you can convert the information depending on the format
- (resolution and sampling). If you have not found the information, email me
- and I will try to get the documentation examples for you.
-
- Good luck,
- N. Scott Vann
- Motivational Concepts, Inc.
- Software Developement
- Multimedia Training Applications
-
-